home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NOVA - For the NeXT Workstation
/
NOVA - For the NeXT Workstation.iso
/
SourceCode
/
AdobeExamples
/
NX_ImportAdv
/
Import_main.m
< prev
next >
Wrap
Text File
|
1992-12-19
|
266b
|
15 lines
/*
* Generated by the NeXT Interface Builder.
*/
#import <stdlib.h>
#import "ImportApp.h"
void main(int argc, char *argv[]) {
NXApp = [ImportApp new];
[NXApp loadNibSection:"Import.nib" owner:NXApp];
[NXApp run];
[NXApp free];
exit(0);
}